Provides the Platform Core APIs and Tags
| 
             
                (Quick Reference)
                 
        pluginConfigThis read-only property is added to all Grails artefacts provided by plugins.Artefacts can use this to access the configuration values that pertain to their plugin only.Example:{docx} class MyPluginService { def doSomething() { if (pluginConfig.enabled) { println "It worked!" } } } {docx}This provides a valuable shortcut to accessing config that removes the responsibility to maintain this information from your code. | 
        
            BeansEvents MethodsGlobal PropertiesPlugin ConventionsScriptsSecurity MethodsSecurity PropertiesSecurity TagsSystem TagsUi Extension MethodsUi Extension PropertiesUi Extension TagsUtility Classes |